On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:
общая лексика
перехват ошибок, обнаружение ошибок
способность программы или приложения распознать ошибку и выполнить при её возникновении запланированные действия
['træpiŋ]
общая лексика
организация отладочных прерываний, организация отладочных ловушек
распространение (проникновение) более светлого цвета в область более тёмного (для исключения пробельного контура)
создание поля смыкания [пар] цветов
"захват" цвета (при цветной печати, в цветоделении)
захват
захватываемый
ловушка
улавливаемый
улавливание
нефтегазовая промышленность
захватывание
перехват
существительное
общая лексика
остановка
специальный термин
прерывание (при возникновении непредусмотренной ситуации)
захват
пленение
In computing and computer programming, exception handling is the process of responding to the occurrence of exceptions – anomalous or exceptional conditions requiring special processing – during the execution of a program. In general, an exception breaks the normal flow of execution and executes a pre-registered exception handler; the details of how this is done depend on whether it is a hardware or software exception and how the software exception is implemented. Exception handling, if provided, is facilitated by specialized programming language constructs, hardware mechanisms like interrupts, or operating system (OS) inter-process communication (IPC) facilities like signals. Some exceptions, especially hardware ones, may be handled so gracefully that execution can resume where it was interrupted.